home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / coki.swf / scripts / frame_7 / PlaceObject2_93_4 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-10-01  |  143 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.score == 0)
  3.    {
  4.       stopAllSounds();
  5.       _root.nextFrame();
  6.       _root.timer.stop();
  7.    }
  8. }
  9.